MATH OPERATIONS: Every powerful programming language can do math! Python is no exception.
Remember that Python math follows the order of operations. Use PEMDAS if you're mixing operators!
- Practice using the Python math operators by fixing the equations to make a correct phone number pad.
- Use any combination of +, -, *, and / to get numbers 1 through 9 and 0!
- Don't change the numbers in the equations. Create a new equation by only changing the operators!
To navigate the page using the TAB key, first press ESC to exit the code editor.